Floppy disks dominated the removable storage arena until the late 1990s, and now they are nearly extinct in most organizations. While some removable USB thumb drives can store 64 GB or more of data, floppy disks usually only stored 1.44 MB of data. That means a single thumb drive can store the information from more than 60,000 floppy disks! Floppy disks used flexible magnetic media surrounded by a rigid plastic case. The most common floppy (shown in the bottom image) was the 3.5” floppy, which was named based on the diameter of the magnetic media inside the plastic case. It used to be commonplace to find a floppy disk drive on every computer, which was connected using a mini-molex or BERG power cable and a 34-pin internal IDE/PATA cable. Contemporary machines typically do not have these drives, as they have fallen out of favor with the public. If you have a need for a floppy drive, one can be purchased for less than $20 that can connect to your computer using your USB port. Windows always reserves the A:\ and B:\ drives for the floppy disk drive (FDD), even if your system doesn’t have one.
The final legacy storage device is the tape drive. Whereas FDDs are completely out of service today, tape drives are still used in some corporate environments. However, cloud computing is a natural solution to replace tape backups in enterprise environments because it not only automates the backup process but sends the data securely offsite. Tape drives were one of the first removable storage devices used to back up system data. Many home users now use external USB hard disks for this purpose, but many enterprise environments still rely on the tape drives, since they can store large amounts of data (up to 3 TB on a single tape), and can have that data easily transferred to a remote facility. Tapes can store data in native (1:1) or compressed (2:1) mode. A tape that can natively store 70 GB, in compressed mode can store 140 GB of data. Most tape drives connect via SCSI ports, but some can be found using IDE/PATA or SATA instead. Also, it is important to remember that if you are using a tape drive system, you must rotate your tapes to prevent them from getting worn out and have a good backup plan. The Tower of Hanoi is a common tape rotation system used by system administrators, and can be helpful in creating your rotational schema.
Tape drive. Photo used under CC-BY-NC-ND license from VinceFL.
Hard disk drives (HDDs) are by far the most important storage device used by a personal computer. These drives store all the user’s data files, applications, and operating systems. Whether the drive is internal or external, it is built the same way. Most drives are built from one or more double-sided platters of aluminum or glass that is coated with a magnetic surface. In the first hard drives, users were lucky to store a maximum of 5 MB of data, but now storage space of 500 GB to 3 TB is commonplace in most users’ workstations. Storage has certainly evolved into expansive storage capacities at minimal cost, with excellent performance speeds.
Hard disk dissection. Photo used under CC-BY-NC-ND license from Roberto Fantana.
Hard drives are rated on several characteristics beyond the simple measurement of how much storage space they have. Most users will simply pick a drive based on the storage capacity, but the other performance factors can be even more important. If the drive is a SATA device, it can reach data transfer speeds of up to 6 Gbps, but that is dependent on how fast the drive can access the data from the disk. Hard drives have a spin rate, which is measured in rotations per minute (RPM). It is common for hard drives to have a 5400 RPM rate, but more expensive drives have 7200 RPM, 10000 RPM, or even 15000 RPM rates. The faster spin rates are usually found in servers and high-performance gaming systems, but the 7200 RPM drives are becoming more commonplace as prices continue to decline. Hard disks also have an internal buffer or cache. A inexpensive drive may have a buffer of only 8 MB, while a more expensive drive will have 64 MB of buffer. The bigger the buffer, the better the performance, and the faster the data retrieval from the disk.
The newest technology in the storage arena is the solid state drive (SSD). As with most technology, this was fairly expensive when first introduced into the market, but pricing has leveled off and most PC manufacturers offer an SSD solution on new machines.
Initially, in an effort to increase performance, some HDD manufacturers created a hybrid drive, combining a small solid state drive with a large traditional hard disk to give the user increased speed without the enormous cost of solid state drives. These devices are faster than a traditional drive, but not nearly as fast as an SSD.
In addition to hybrid drives, Intel developed the mSata interface for mobile computing. The smaller form factor allows high-capacity SSD storage at the same access speeds by connecting to the SATA host controller.
SSD/HDD hybrid + HDD hard drive. Photo used under CC-BY license from Yutaka Tsutano.
SSDs are intended to replace the traditional hard disk. They are fast and durable, and contain no moving parts. The SSD emulates a traditional hard drive and is often used in netbooks, Ultrabooks, and other lightweight systems, or machines that require fast, quiet performance. Most SSDs come in a 2.5-inch form factor, similar to a laptop hard disk, and use a 2.5-inch to 3.5-inch adapter when being placed in a desktop computer. The SSD can be built using multilevel cell (MLC) to save money, but these tend to be much slower than their more expensive and faster counterpart, the SLC (single level cell). Initially, these drives cost five to ten times as much as an equivalent-capacity traditional hard disk. Market demand and increased production have helped lower the pricing. As of the end of 2015, a 2.5-inch 250 GB SATAIII SSD can be purchased for less than $100, but the same amount of money would purchase a traditional 2 TB HDD. But, they are significantly faster and quieter, since they can access the information directly without having to wait for the hard disk to spin up and find the data on the disk.
Solid state drive (SSD). Photo used under CC-BY-NC-ND license from Thomas Schewe.
A redundant array of inexpensive drives (RAID) combines numerous traditional physical hard drives into a single logical disk to provide a faster or more redundant singular drive. RAID 0 (RAID zero) uses at least two drives to act as a single drive, using striping to boost performance. But, if either drive fails, all the data is lost. Therefore, with RAID 0, the user gains speed but does not gain any redundancy. RAID 1 (RAID one) uses at least two drives to act as a single drive, using mirroring to boost redundancy. Every time the drive is written to by the computer, two copies of the information are written (one to each drive). So, if either drive fails, all the data is still accessible and safe on the other drive. With RAID 1 the user gains redundancy, but does not gain any speed.
Since RAID 0 gave us speed with no redundancy, and RAID 1 gave us redundancy with no increase in speed, engineers developed a hybrid of the two called RAID 01 or RAID 10. In RAID 01 or 10, four drives are combined using the striping from RAID 0 with the mirroring from RAID 1 to gain both speed and redundancy. The only problem with this solution is that you lose fifty percent of the storage space (just like we did in RAID 1) to overhead/redundancy. To overcome this, another variant, RAID 5, was established. In RAID 5, at least three drives are required and they operate as a single logical drive. When information is written to the drive, that information is striped across the drives and a parity is also spread across the drives. If a single drive fails, the information can be rebuilt using the existing information and parity information to fill in the missing pieces. Using hot-swappable drives, a bad drive can be removed, a new one inserted, and the RAID rebuilt without any downtime (though a performance loss will occur while the RAID is being rebuilt).
To create a RAID array, the workstation must have either a PATA or SATA hardware controller that supports hardware RAIDs. Some motherboards support these natively, while others will require the user to purchase an expansion card to perform these functions. If your system doesn’t support hardware RAIDs, Windows does support software RAIDs on all systems, but you will lose the benefits of the RAID for the main operating system using this approach.
Hardware RAIDs require at least two hard disks for RAID 0 or RAID 1, at least three disks for RAID 5, and at least four disks for RAID 10 or RAID 01. To create a software RAID, you can use Windows’ disk management software to create the RAIDs for data drives and other partitions.
Computers require several things to function well: a method to receive data input, a method to process data, a way to output data, and a way to store data. Data storage has evolved over the years, but the most common storage mechanism, the hard disk, has been around for more than 35 years. The only real change has been in physical size (they have gotten smaller), logical size (they can store much more data), speed, and connector types. The most common types of connectors are SATA, PATA/IDE, SCSI, floppy, eSATA, FireWire, USB, and network connections, each of which we will discuss.
PATA (Parallel Advanced Technology Attachment) has been around since the 1980s, but used to be called IDE (Integrated Drive Electronics). This type of connector uses a cable made up of 40 wires or 80 wires (which supported cable select mode). Both types of cables had 40 pins on each end. The newer-style cables were color-coded, so that the blue connector attached to the motherboard, the black connector attached to the primary (or master) device, and the gray connector attached to the secondary (or slave) device. This connector type was used for hard disk drives, CD drives, DVD drives, and some tape backup drives. Each of these devices has a jumper on it that must be set to “master,” “slave,” or “cable select” mode. “Cable select” eliminated the need to manually assign the master or slave. Each cable could support up to two devices, but only one master or slave device could be used on each cable. The BIOS had to be configured properly before using these devices. In spite of improvements to the EIDE interface using Ultra Direct Memory Access (UDMA), Serial ATA (SATA) is not limited to four devices per channel and has much faster access times.
IDE drive. Photo used under CC-BY-NC-ND license from Brian Barnett.
Drive cables. Photo used under CC-BY license from gcg 2009.
SATA is the current connection method used for hard disks and optical drives. It is called serial because only a single device can be attached to each cable, and the data is transmitted in serial fashion (one bit at a time). These devices often do not have jumpers, but if they have one, it is used to configure the speed of data transfer or to enable a special feature like spread spectrum clocking . SATA is a peripheral device and is very fast, allowing for speeds of up to 6 Gbps for the newer version, or 3 Gbps for the older versions. The data cable is shaped like an L, with seven pins for data. The power cable is also L-shaped, but has 15 pins. Internal SATA ports can be converted to an eSATA (external SATA) port simply by using a header to connect the internal port.
SCSI, or small computer system interface, supports daisy-chaining of devices (internally or externally) with either seven devices (narrow SCSI) or 15 devices (wide SCSI). Each device in the chain is provided with a Device ID number that is configured using a selector switch, DIP (dual inline package) switch, or jumper block. SCSI is an older technology and has largely been replaced by SATA and eSATA. Narrow SCSI could only support speeds of up to 40 MBps, while wide SCSI could support up to 320 MBps.
HP Surestore DAT-drive with two blue SCSI ports on the back. Photo used under CC-BY-SA license from Gerben Wierda.
When desktops were originally developed, they weren’t designed to allow for hot-swapping of devices. Hot-swapping is the act of adding or removing a device while the computer is still turned on. In the old days, the user would shut the system down, power the workstation off, then connect the device, and turn the machine back on, otherwise the computer wouldn’t recognize the new device. In the late 1990s, the Windows operating system began to allow hot-swapping of devices, which included USB and FireWire. This allowed the user to simply plug in a device, wait a few seconds, and then begin using it to store or retrieve data. Due to this hot-swapping, it is important that users use the “eject drive safely” feature in Windows before unplugging a device, otherwise data loss will occur. SATA/eSATA also support hot-swapping, but only if AHCI (advanced host controller interface) is selected during configuration in the BIOS. If not, the drive will work as if it is an older PATA/IDE device and will not support hot-swapping.
PCH 7 擴充卡,音頻 視頻和存儲
在本課程中,我們將更深入地研究可插入主板的擴展卡。我們將重點介紹視頻卡的安裝。重要的是要注意,安裝視頻卡的相同原理將適用於安裝任何擴展卡。接下來,我們將介紹兩個主要製造商的中央處理單元:英特爾和AMD。最後,我們將回顧計算機可以使用的存儲設備。
Copyright © All rights reserved | This template is made with by Colorlib